This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I have some javascript that populates a blank dialog list choices with values based on another dialog list selection. I do this because there are a lot of fields on this form and I don't want to refresh the whole form in order to reset the choices in the 2nd field. I loop through an array of values and then use:
tempfld.options[index]=new Option(value,value,true, true)
The code works great except when I open the document back up after saving the field is blank. If I look at the document on the notes side the values are in the field. Why is it resetting the dialog list field back to blank?
Feedback number WEBB9J8MD2 created by ~Judy Opkroakol on 04/16/2014
Status: Open
Comments: